home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 1 / ShareWare Extravaganza 1 of 4 (The Ultimate Shareware Company).iso / grprogs / getart30.exe / VIEW.DOC < prev    next >
Text File  |  1988-09-20  |  3KB  |  65 lines

  1.  
  2.           VIEW.EXE is copyright 1987 by Valerie Jean Kramer
  3.                                         P.O. Box 10742
  4.                                         Burbank, CA 91510-0742
  5.                                         (213) 258-9597
  6.  
  7.  
  8. Have you ever typed a text file only to have the lines overprint
  9. themselves, wrap around the screen, or do something else bizarre? 
  10. There are many programs, including Vern Buerg's wonderful LIST
  11. program that will show the file contents in hexadecimal but none
  12. of them ever really showed me a picture that was quite what I
  13. wanted.  I therefore wrote VIEW.
  14.  
  15. You tell view what file to read.  View reads it and displays the
  16. contents on the screen.  If a character is printable, the
  17. character is displayed.  If the character is not printable, the
  18. ascii value of that character is displayed within brackets
  19. ("<nn>"). 
  20.  
  21. You can use View with any type of file - it doesn't care whether
  22. it is a textfile or an *.EXE.  You can also use DOS redirection
  23. to cause the output from VIEW to be printed instead of displayed
  24. on the screen.
  25.  
  26. This is Version 1.1 of this program.  I hope you enjoy it and
  27. grant you permission to distribute the program with the following
  28. restrictions:
  29.  
  30.      1.   The program must be distributed with this documentation
  31.           file.
  32.  
  33.      2.   The program must not be modified.  (If you want
  34.           modifications, please share your suggestions with me
  35.           first.  I may already have made them!)
  36.  
  37.      3.   If you copy this program for others, you may charge a
  38.           fee not to exceed $5.00 for the entire transaction.
  39.           That is, you may have other programs on the disk in
  40.           which case the price of the complete disk shall not
  41.           exceed $5.00.  If you include documentation of your own
  42.           along with the disk, the price of the complete disk    
  43.           and documentation shall not exceed $5.00.  If this is
  44.           not clear, please contact me before trying to charge
  45.           money for any package which includes this program. I'm
  46.           quite willing to let you charge more but if you do, I
  47.           want a piece of the action!
  48.  
  49.      4.   Bona Fide non-profit groups with the government papers
  50.           to prove their status are exempt from the provisions of
  51.           number 3 above.
  52.  
  53.      5.   I am not requesting any donations for version 1.1 of
  54.           VIEW.  Use it, enjoy it, and if you are a programmer,
  55.           why not let a few things of your own into circulation
  56.           with minimal restrictions?
  57.  
  58. Version 1.0 of VIEW is released as of February 20, 1987.
  59. Planned enhancements include the addition of color, statistical
  60. totals, and optional display modes.  If you have an interesting
  61. idea, please tell me!
  62.  
  63. Version 1.1 of VIEW is released as of July 31, 1987.  Color has
  64. been added.
  65.